Skip to content
This repository was archived by the owner on Aug 5, 2019. It is now read-only.

Releases: SimpleGitVersion/SGV-Net

LibGit2Sharp 0.23.1 support & no more DNX

24 Jan 21:07

Choose a tag to compare

DNX support has been removed. JsonSolution object works for .Net core projects and will be there until the new csproj wins.

Upgraded dependencies

07 Oct 07:35

Choose a tag to compare

v0.20.0

Merge branch 'develop'

Added pragma to suppress a warning.

28 Jun 05:37

Choose a tag to compare

v0.18.0

Merge branch 'develop'

Supports Cake 0.13.0

13 Jun 10:59

Choose a tag to compare

v0.17.0

Auto upgrade.

Enhancement in task.

18 May 07:17

Choose a tag to compare

The GetGitRepositoryInfoTask now locates the project directory based on ProjectDirectory & ProjectFile:

<SimpleGitVersion.GetGitRepositoryInfoTask 
            ProjectFile="$(MSBuildProjectFile)" ProjectDirectory="$(MSBuildProjectDirectory)">
      <Output TaskParameter="GitSolutionDirectory" PropertyName="SGVGitSolutionDirectory" />
      <Output TaskParameter="MajorMinor" PropertyName="SGVMajorMinor" />
      <Output TaskParameter="MajorMinorPatch" PropertyName="SGVMajorMinorPatch" />
      <Output TaskParameter="SemVer" PropertyName="SGVSemVer" />
      <Output TaskParameter="NuGetVersion" PropertyName="SGVNuGetVersion" />
      <Output TaskParameter="FileVersion" PropertyName="SGVFileVersion" />
      <Output TaskParameter="CommitSha" PropertyName="SGVCommitSha" />
      <Output TaskParameter="CurrentUserName" PropertyName="SGVCurrentUserName" />
</SimpleGitVersion.GetGitRepositoryInfoTask>

Dependencies have been upgraded.

SimpleGitVersion.Cake first dotnet support

15 Apr 07:10

Choose a tag to compare

New extension methods: Cake.DotNetRestore, Cake.DotNetBuild and Cake.DotNetPack.

They simply call their respective dotnet command with appropriate settings (built from their --help description).
This HAS to be tested: this alpha is not to be used in production.

Fix bad reference to native git2 dll in props.

23 Mar 10:15

Choose a tag to compare

And added a unit test that checks the native dll versions defined by SimpleGitVersion.Core.props file.

(Failure)Upgraded to Code.Cake 0.8.1, Cake 0.10.0 and LibGit2Sharp 0.22.0

23 Mar 08:14

Choose a tag to compare

This release contains a bad mapping to the native libgit dll names.
It must not be used and has been removed from nuget.org index.

Minor fix to ZeroTimed CI-Build versionning.

02 Mar 17:58

Choose a tag to compare

Now uses the UTC date of the commit (previously the DateTimeOffset was used).

Maintenance release: SimpleGitVersion.Cake depends on Cake 0.9.0.

01 Mar 11:40

Choose a tag to compare