Skip to content

Commit

Permalink
Add source link support and raise public versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
tusmester committed Mar 27, 2023
1 parent 472cc38 commit 588382e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion src/SenseNet.IO.CLI/SenseNet.IO.CLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFramework>net6.0</TargetFramework>
<AssemblyName>SnIO</AssemblyName>
<PackageId>SenseNet.IO.CLI</PackageId>
<Version>1.1.0</Version>
<Version>1.1.1</Version>
<PackAsTool>true</PackAsTool>
<ToolCommandName>snio</ToolCommandName>
<UserSecretsId>d4014fe1-34a8-4ce0-a3dc-3cc00491a07c</UserSecretsId>
Expand All @@ -23,7 +23,11 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Product>sensenet IO CLI</Product>
<Description>Export/import tool for the sensenet platform.</Description>
<DebugType>portable</DebugType>
<LangVersion>latest</LangVersion>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
Expand Down
6 changes: 5 additions & 1 deletion src/SenseNet.IO/SenseNet.IO.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Version>1.1.0</Version>
<Version>1.1.1</Version>
<Authors>kavics,tusmester</Authors>
<Company>Sense/Net Inc.</Company>
<Copyright>Copyright © Sense/Net Inc.</Copyright>
Expand All @@ -16,7 +16,11 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Product>sensenet IO</Product>
<Description>Export/import library for the sensenet platform.</Description>
<DebugType>portable</DebugType>
<LangVersion>latest</LangVersion>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 588382e

Please sign in to comment.