Skip to content

Commit 6b723a3

Browse files
Release version 1.0.0
1 parent 176469a commit 6b723a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Binary packages of [InCube] Core are available on [nuget.org]. Add the following
99

1010
```xml
1111
<ItemGroup>
12-
<PackageReference Include="InCube.Core" Version="1.0.0-beta" />
12+
<PackageReference Include="InCube.Core" Version="1.0.0" />
1313
</ItemGroup>
1414
```
1515

src/InCube.Core/InCube.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<EmbedAllSources>true</EmbedAllSources>
2424
<Authors>InCube Group AG</Authors>
2525
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
26-
<Version>1.0.0-beta</Version>
26+
<Version>1.0.0</Version>
2727
</PropertyGroup>
2828

2929
<ItemGroup>

0 commit comments

Comments
 (0)