Skip to content

Commit a28cd5b

Browse files
author
sametbrr
committed
bump package version to 1.0.3 and update repository metadata links
1 parent 084d0ab commit a28cd5b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/EnvironmentConfigurator/EnvironmentConfigurator.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111

1212
<PropertyGroup>
1313
<PackageId>EnvironmentConfigurator</PackageId>
14-
<Version>1.0.2</Version>
14+
<Version>1.0.3</Version>
1515
<Authors>sametbrr</Authors>
1616
<Description>Environment-aware configuration for ASP.NET Core. Adds appsettings.{Environment}.json loading via a single builder call and auto-scaffolds publish profiles, web.config and per-environment appsettings into the consuming project on first build.</Description>
1717
<PackageTags>aspnetcore;configuration;environment;appsettings;webdeploy;publish</PackageTags>
1818
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1919
<PackageReadmeFile>README.md</PackageReadmeFile>
20-
<RepositoryUrl>https://github.com/sametbrr/environment_web_api</RepositoryUrl>
20+
<RepositoryUrl>https://github.com/sametbrr/EnvironmentConfigurator</RepositoryUrl>
2121
<RepositoryType>git</RepositoryType>
22-
<PackageProjectUrl>https://github.com/sametbrr/environment_web_api</PackageProjectUrl>
22+
<PackageProjectUrl>https://github.com/sametbrr/EnvironmentConfigurator</PackageProjectUrl>
2323
</PropertyGroup>
2424

2525
<ItemGroup>

0 commit comments

Comments
 (0)