Skip to content

Commit

Permalink
Release version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinMarciniszyn committed Apr 1, 2019
1 parent 176469a commit 6b723a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Binary packages of [InCube] Core are available on [nuget.org]. Add the following

```xml
<ItemGroup>
<PackageReference Include="InCube.Core" Version="1.0.0-beta" />
<PackageReference Include="InCube.Core" Version="1.0.0" />
</ItemGroup>
```

Expand Down
2 changes: 1 addition & 1 deletion src/InCube.Core/InCube.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<EmbedAllSources>true</EmbedAllSources>
<Authors>InCube Group AG</Authors>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>1.0.0-beta</Version>
<Version>1.0.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 6b723a3

Please sign in to comment.