We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 176469a commit 6b723a3Copy full SHA for 6b723a3
README.md
@@ -9,7 +9,7 @@ Binary packages of [InCube] Core are available on [nuget.org]. Add the following
9
10
```xml
11
<ItemGroup>
12
- <PackageReference Include="InCube.Core" Version="1.0.0-beta" />
+ <PackageReference Include="InCube.Core" Version="1.0.0" />
13
</ItemGroup>
14
```
15
src/InCube.Core/InCube.Core.csproj
@@ -23,7 +23,7 @@
23
<EmbedAllSources>true</EmbedAllSources>
24
<Authors>InCube Group AG</Authors>
25
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
26
- <Version>1.0.0-beta</Version>
+ <Version>1.0.0</Version>
27
</PropertyGroup>
28
29
0 commit comments