Skip to content

kritikos-io/Extensions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kritikos.Extensions.Version

A library that provides a simple way to get the semantic version of the current assembly.

// Simple usage
SemanticVersion.FromAsembly(typeof(Startup).Assembly);

// DI Injection
var services = new ServiceCollection();
services.AddSemanticVersionExposing(typeof(Startup).Assembly);

Versioning is expected to be exposed in the InformationalVersion attribute, and can be of any of the following formats:

  • Simple version: 1.0.0

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages