Skip to content

Commit

Permalink
Preview build 0.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl Friebel committed Jan 14, 2019
1 parent ec2dfde commit d27223c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Whetstone.Core.Contracts/Whetstone.Core.Contracts.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<PackageLicenseUrl>https://github.com/KFAFSP/Whetstone.Core/raw/master/LICENSE</PackageLicenseUrl>
<RepositoryUrl>https://github.com/KFAFSP/Whetstone.Core/</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
<AssemblyVersion>0.0.1.0</AssemblyVersion>
<FileVersion>0.0.1.0</FileVersion>
<AssemblyVersion>0.1.0.0</AssemblyVersion>
<FileVersion>0.1.0.0</FileVersion>
<Authors>Karl F. A. Friebel</Authors>
<Version>0.0.1</Version>
<Version>0.1.0</Version>
<Copyright>Copyright (c) Karl F. A. Friebel 2018</Copyright>
<PackageReleaseNotes>Development build.</PackageReleaseNotes>
<PackageReleaseNotes>Preview build.</PackageReleaseNotes>
<Description>Provides types and extension methods for expressing and validating contracts in code.</Description>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down
8 changes: 4 additions & 4 deletions Whetstone.Core.Tasks/Whetstone.Core.Tasks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<PackageLicenseUrl>https://github.com/KFAFSP/Whetstone.Core/raw/master/LICENSE</PackageLicenseUrl>
<RepositoryUrl>https://github.com/KFAFSP/Whetstone.Core/</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
<AssemblyVersion>0.0.1.0</AssemblyVersion>
<FileVersion>0.0.1.0</FileVersion>
<AssemblyVersion>0.1.0.0</AssemblyVersion>
<FileVersion>0.1.0.0</FileVersion>
<Authors>Karl F. A. Friebel</Authors>
<Version>0.0.1</Version>
<Version>0.1.0</Version>
<Copyright>Copyright (c) Karl F. A. Friebel 2018</Copyright>
<PackageReleaseNotes>Development build.</PackageReleaseNotes>
<PackageReleaseNotes>Preview build.</PackageReleaseNotes>
<Description>Provides types and extension methods for working with the TPL.</Description>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down

0 comments on commit d27223c

Please sign in to comment.