NGitVersion | Automatic versioning of C # and C DLLs
kandi X-RAY | NGitVersion Summary
kandi X-RAY | NGitVersion Summary
NGitVersion is a C# library. NGitVersion has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.
Auto-increment your DLL versions based on git history.
Auto-increment your DLL versions based on git history.
Support
Quality
Security
License
Reuse
Support
NGitVersion has a low active ecosystem.
It has 27 star(s) with 11 fork(s). There are 3 watchers for this library.
It had no major release in the last 6 months.
NGitVersion has no issues reported. There are 1 open pull requests and 0 closed requests.
It has a neutral sentiment in the developer community.
The latest version of NGitVersion is current.
Quality
NGitVersion has 0 bugs and 0 code smells.
Security
NGitVersion has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
NGitVersion code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
NGitVersion is licensed under the Apache-2.0 License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
NGitVersion releases are not available. You will need to build from source code and install.
Installation instructions, examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of NGitVersion
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of NGitVersion
NGitVersion Key Features
No Key Features are available at this moment for NGitVersion.
NGitVersion Examples and Code Snippets
No Code Snippets are available at this moment for NGitVersion.
Community Discussions
No Community Discussions are available at this moment for NGitVersion.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install NGitVersion
Typical issue: Antlr4.StringTemplate and LibGit2Sharp are not found: Fix the path to NuGet packages folder in the NGitVersion.csproj file:. Linux/mono issue: install 0.23-pre version of LibGit2Sharp with 'mono ~/bin/nuget/nuget.exe install LibGit2Sharp -Pre' to avoid dll not found errors. The build generates files into the src\NGitVersion\Generated\ folder. Check that they exist and are properly generated from the templates located in src\NGitVersion\Templates\.
Either search and fix ..\packages\ string within in the project file
Or remove/re-install nuget-dependencies Antlr4.StringTemplate and LibGit2Sharp
Now you can upgrade your projects to support Git automatic DLL versioning.
Add NGitVersion project as project reference
Add manually the ReferenceOutputAssembly element to your CSharp.csproj (optional): <ProjectReference Include="..\..\NGitVersion\NGitVersion.csproj"> <ReferenceOutputAssembly>false</ReferenceOutputAssembly> <Project>{badb59fb-1a14-42af-b314-152c4787f437}</Project> <Name>NGitVersion</Name> </ProjectReference>
Add file src\NGitVersion\Generated\GlobalAssemblyInfo.cs as a link (Add by using the Add as link button in Add Existing Item dialog)
Remove conflicting entries from the existing project AssemblyInfo.cs.
Build: Check that the built DLL contains the metadata defined in the generated GlobalAssemblyInfo.cs file.
Add NGitVersion project as project reference Uncheck "Properties>Reference Assembly Output" in Add Reference dialog
Copy and include following files into your project (eventually merge with existing): For C and C CLI: NGitVersion\Resource\version.rc2 as Resource Compiler For C CLI: `NGitVersion\Resource\Assembly.cpp` as *C/C Compiler*
Fix all TODOs in both files, in particular the relative path to the generated src\NGitVersion\Generated\GlobalAssemblyInfo.h file.
Build: Check that the built DLL contains the metadata defined in the generated GlobalAssemblyInfo.h file.
Either search and fix ..\packages\ string within in the project file
Or remove/re-install nuget-dependencies Antlr4.StringTemplate and LibGit2Sharp
Now you can upgrade your projects to support Git automatic DLL versioning.
Add NGitVersion project as project reference
Add manually the ReferenceOutputAssembly element to your CSharp.csproj (optional): <ProjectReference Include="..\..\NGitVersion\NGitVersion.csproj"> <ReferenceOutputAssembly>false</ReferenceOutputAssembly> <Project>{badb59fb-1a14-42af-b314-152c4787f437}</Project> <Name>NGitVersion</Name> </ProjectReference>
Add file src\NGitVersion\Generated\GlobalAssemblyInfo.cs as a link (Add by using the Add as link button in Add Existing Item dialog)
Remove conflicting entries from the existing project AssemblyInfo.cs.
Build: Check that the built DLL contains the metadata defined in the generated GlobalAssemblyInfo.cs file.
Add NGitVersion project as project reference Uncheck "Properties>Reference Assembly Output" in Add Reference dialog
Copy and include following files into your project (eventually merge with existing): For C and C CLI: NGitVersion\Resource\version.rc2 as Resource Compiler For C CLI: `NGitVersion\Resource\Assembly.cpp` as *C/C Compiler*
Fix all TODOs in both files, in particular the relative path to the generated src\NGitVersion\Generated\GlobalAssemblyInfo.h file.
Build: Check that the built DLL contains the metadata defined in the generated GlobalAssemblyInfo.h file.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page