Skip to content

Commit

Permalink
More changes about project renaming.
Browse files Browse the repository at this point in the history
  • Loading branch information
inversionhourglass committed Oct 10, 2024
1 parent 3a11dcf commit 25f4e57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/FodyWeavers.Cli/FodyWeavers.Cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>$(SolutionDir)key.snk</AssemblyOriginatorKeyFile>
<PackageOutputPath>$(SolutionDir)nugets</PackageOutputPath>
<PackageProjectUrl>https://github.com/inversionhourglass/Fody.Cli</PackageProjectUrl>
<RepositoryUrl>https://github.com/inversionhourglass/Fody.Cli.git</RepositoryUrl>
<PackageProjectUrl>https://github.com/inversionhourglass/FodyWeavers.Cli</PackageProjectUrl>
<RepositoryUrl>https://github.com/inversionhourglass/FodyWeavers.Cli.git</RepositoryUrl>
<PackageIcon>icon.png</PackageIcon>
<RepositoryType>git</RepositoryType>
<PackageReadmeFile>README_en.md</PackageReadmeFile>
<PackageReleaseNotes Condition="'$(VersionSuffix)' == ''">For details: https://github.com/inversionhourglass/Fody.Cli/releases/tag/v$(VersionPrefix)</PackageReleaseNotes>
<PackageReleaseNotes Condition="'$(VersionSuffix)' == ''">For details: https://github.com/inversionhourglass/FodyWeavers.Cli/releases/tag/v$(VersionPrefix)</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/FodyWeavers.Cli/Properties/launchSettings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"profiles": {
"Fody.Cli": {
"FodyWeavers.Cli": {
"commandName": "Project",
//"commandLineArgs": "../../../../../samples/ConsoleAppSample/ConsoleAppSample.csproj --addin Rougamo -m overwrite --addin Pooling -m overwrite -a composite-accessibility=false -n Inspects:Inspect -v \"execution(* *(..))\" -n Items:Item -a stateless=Random -a not-inspect=\"method(* *(..))\" -n Items:Item -a pattern=\"Test.Reset\"",
//"commandLineArgs": "../../../../../samples/StandaloneSln/StandaloneSln.sln --share solution --addin Rougamo -m overwrite --addin Pooling -m overwrite -a composite-accessibility=false -n Inspects:Inspect -v \"execution(* *(..))\" -n Items:Item -a stateless=Random -a not-inspect=\"method(* *(..))\" -n Items:Item -a pattern=\"Test.Reset\"",
Expand Down

0 comments on commit 25f4e57

Please sign in to comment.