Skip to content

Commit

Permalink
minor edits to packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
rivantsov committed Jan 8, 2024
1 parent cdfd297 commit 0fe26c9
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
/**/obj
/.vs
/.vscode
/packages
/nuget/packages
/TestResults
3 changes: 1 addition & 2 deletions Common.proj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
<Version>1.5.0</Version>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
<FileVersion>1.5.0.0</FileVersion>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>

<GenerateAssemblyInfo>false</GenerateAssemblyInfo>

<AssemblyName>$(MSBuildProjectName)</AssemblyName>
<RootNamespace>$(MSBuildProjectName)</RootNamespace>
Expand Down
2 changes: 2 additions & 0 deletions Irony.Interpreter/015.Irony.Interpreter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

<PropertyGroup>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<AssemblyName>Irony.Interpreter</AssemblyName>
<RootNamespace>Irony.Interpreter</RootNamespace>
<Title>Irony Interpreter</Title>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion Irony.Interpreter/015.Irony.Interpreter.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion Irony/010.Irony.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Title>Irony Parsing Framework</Title>
<AssemblyName>Irony</AssemblyName>
<RootNamespace>Irony</RootNamespace>

<Title>Irony Parsing Framework</Title>
</PropertyGroup>

</Project>
2 changes: 1 addition & 1 deletion Irony/010.Irony.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file removed Nuget/packages/010.Irony.1.5.0.snupkg
Binary file not shown.
Binary file removed Nuget/packages/015.Irony.Interpreter.1.5.0.snupkg
Binary file not shown.
Binary file removed Nuget/packages/Irony.1.5.0.snupkg
Binary file not shown.
2 changes: 1 addition & 1 deletion Packages.proj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<AssemblyOriginatorKeyFile>irony.snk</AssemblyOriginatorKeyFile>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageOutputPath>..\Nuget\packages</PackageOutputPath>
<PackageOutputPath>..\packages</PackageOutputPath>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<IncludeSymbols>True</IncludeSymbols>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
Expand Down

0 comments on commit 0fe26c9

Please sign in to comment.