Releases: SimpleGitVersion/SGV-Net
LibGit2Sharp 0.23.1 support & no more DNX
DNX support has been removed. JsonSolution object works for .Net core projects and will be there until the new csproj wins.
Upgraded dependencies
v0.20.0 Merge branch 'develop'
Added pragma to suppress a warning.
v0.18.0 Merge branch 'develop'
Supports Cake 0.13.0
v0.17.0 Auto upgrade.
Enhancement in task.
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
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.
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
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.
Now uses the UTC date of the commit (previously the DateTimeOffset was used).
Maintenance release: SimpleGitVersion.Cake depends on Cake 0.9.0.
v0.14.1 Merge branch 'develop'