Skip to content

Commit

Permalink
added missing project url
Browse files Browse the repository at this point in the history
  • Loading branch information
bielu committed Nov 10, 2024
1 parent 60b4119 commit f3e61e8
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 19 deletions.
37 changes: 19 additions & 18 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,25 +1,26 @@
<Project>

<Import Project="../version.props" />
<Import Project="../version.props"/>

<PropertyGroup>
<AssemblyName>$(MSBuildProjectName)</AssemblyName>
<AssemblyVersion>$(Version)</AssemblyVersion>
<TargetFramework>net6.0</TargetFramework>
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
<CompilerGeneratedFilesOutputPath>Generated</CompilerGeneratedFilesOutputPath>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<RepositoryUrl>https://github.com/bielu/bielu.examine.providers.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
<PropertyGroup>
<AssemblyName>$(MSBuildProjectName)</AssemblyName>
<AssemblyVersion>$(Version)</AssemblyVersion>
<TargetFramework>net6.0</TargetFramework>
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
<CompilerGeneratedFilesOutputPath>Generated</CompilerGeneratedFilesOutputPath>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<RepositoryUrl>https://github.com/bielu/bielu.examine.providers.git</RepositoryUrl>
<PackageProjectUrl>https://github.com/bielu/bielu.examine.providers</PackageProjectUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>

<PropertyGroup>
<Authors>Arkadiusz Biel</Authors>
<PackageOutputPath>$(MSBuildProjectDirectory)/../../dist</PackageOutputPath>
</PropertyGroup>
<PropertyGroup>
<Authors>Arkadiusz Biel</Authors>
<PackageOutputPath>$(MSBuildProjectDirectory)/../../dist</PackageOutputPath>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" />
<PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All"/>
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion version.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>

<PropertyGroup>
<VersionPrefix>1.0.3</VersionPrefix>
<VersionPrefix>1.0.4</VersionPrefix>
<VersionSuffix></VersionSuffix>
</PropertyGroup>

Expand Down

0 comments on commit f3e61e8

Please sign in to comment.