Skip to content

Commit 29cf49f

Browse files
feature/v2
- Updated project configs for v2
1 parent a0e1efa commit 29cf49f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

OnixLabs.Core/OnixLabs.Core.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@
88
<Title>OnixLabs.Core</Title>
99
<Authors>ONIXLabs</Authors>
1010
<Description>ONIXLabs Core API for .NET</Description>
11-
<AssemblyVersion>1.0.0</AssemblyVersion>
11+
<AssemblyVersion>2.0.0</AssemblyVersion>
1212
<NeutralLanguage>en</NeutralLanguage>
1313
<Copyright>Copyright © ONIXLabs 2020-2021</Copyright>
1414
<RepositoryUrl>https://github.com/onix-labs/onixlabs-dotnet</RepositoryUrl>
15+
<PackageVersion>2.0.0</PackageVersion>
1516
</PropertyGroup>
1617

1718
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
@@ -21,6 +22,7 @@
2122

2223
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
2324
<DocumentationFile>bin\Release\net5.0\OnixLabs.Core.xml</DocumentationFile>
25+
<DebugSymbols>true</DebugSymbols>
2426
</PropertyGroup>
2527

2628
</Project>

OnixLabs.Security.Cryptography/OnixLabs.Security.Cryptography.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@
55
<Title>OnixLabs.Security.Cryptography</Title>
66
<Authors>ONIXLabs</Authors>
77
<Description>ONIXLabs Cryptography API for .NET</Description>
8-
<AssemblyVersion>1.0.0</AssemblyVersion>
8+
<AssemblyVersion>2.0.0</AssemblyVersion>
99
<NeutralLanguage>en</NeutralLanguage>
1010
<Nullable>enable</Nullable>
1111
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1212
<Copyright>Copyright © ONIXLabs 2020-2021</Copyright>
1313
<RepositoryUrl>https://github.com/onix-labs/onixlabs-dotnet</RepositoryUrl>
14+
<PackageVersion>2.0.0</PackageVersion>
1415
</PropertyGroup>
1516

1617
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
@@ -19,6 +20,7 @@
1920

2021
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
2122
<DocumentationFile>bin\Release\net5.0\OnixLabs.Security.Cryptography.xml</DocumentationFile>
23+
<DebugSymbols>true</DebugSymbols>
2224
</PropertyGroup>
2325

2426
<ItemGroup>

0 commit comments

Comments
 (0)