Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/use automatic versioning #12

Merged
merged 4 commits into from
Jan 1, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Using Version Changer - manually specify values
martinsmith1968 committed Jan 1, 2020
commit 9446b7dbad8dffa84c4c6b6b5d3088b116667cb7
5 changes: 3 additions & 2 deletions DNX.Helpers/DNX.Helpers.csproj
Original file line number Diff line number Diff line change
@@ -12,8 +12,9 @@
<PackageIconUrl>https://raw.githubusercontent.com/martinsmith1968/DNX.Helpers/master/images/favicon-32x32.png</PackageIconUrl>
<PackageTags>DNX helpers extensions string array linq</PackageTags>
<PackageReleaseNotes>Interpolation to a working version and some preparation for moving to .NET Standard</PackageReleaseNotes>
<Version>2.0.7</Version>
<AssemblyVersion>2.0.7</AssemblyVersion>
<Version>2.0.8</Version>
<AssemblyVersion>2.0.8</AssemblyVersion>
<FileVersion>2.0.8</FileVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>bin\DNX.Helpers.xml</DocumentationFile>
4 changes: 3 additions & 1 deletion Test.DNX.Helpers/Test.DNX.Helpers.csproj
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<Version>2.0.0</Version>
<Authors>Martin Smith</Authors>
<Description>Tests for DNX.Helpers</Description>
<Copyright>Copyright © 2016-2019 DNX Solutions Ltd</Copyright>
<PackageLicenseFile>licence.txt</PackageLicenseFile>
<PackageProjectUrl>https://github.com/martinsmith1968/DNX.Helpers</PackageProjectUrl>
<PackageIcon>favicon-32x32.png</PackageIcon>
<PackageIconUrl />
<Version>2.0.8</Version>
<FileVersion>2.0.8</FileVersion>
<AssemblyVersion>2.0.8</AssemblyVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />