Skip to content

Commit 878cd78

Browse files
committed
update nuget
1 parent 768768c commit 878cd78

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Analogy.LogViewer.Example/Analogy.LogViewer.Example.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFrameworks>net9.0-windows;net8.0-windows;net48</TargetFrameworks>
55
<VersionPrefix>9.0.0</VersionPrefix>
6-
<VersionSuffix>rc1</VersionSuffix>
6+
<VersionSuffix>rc2</VersionSuffix>
77
<Authors>Lior Banai</Authors>
88
<Company>Analogy.LogViewer</Company>
99
<Product>Analogy.LogViewer.Example</Product>
@@ -23,7 +23,7 @@
2323
<PackageReference Include="Analogy.LogViewer.Interfaces" Version="9.0.0-rc1" />
2424
<PackageReference Include="Analogy.CommonUtilities" Version="9.0.0-rc1" />
2525
<PackageReference Include="Analogy.LogViewer.Interfaces.Winforms" Version="9.0.0-rc4" />
26-
<PackageReference Include="Analogy.LogViewer.Template" Version="9.0.0-rc2" />
26+
<PackageReference Include="Analogy.LogViewer.Template" Version="9.0.0-rc3" />
2727
<PackageReference Include="System.Resources.Extensions" Version="9.0.10" />
2828
</ItemGroup>
2929
<ItemGroup>

Analogy.LogViewer.Example/IAnalogy/PrimaryFactory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
namespace Analogy.LogViewer.Example.IAnalogy
88
{
9-
public class PrimaryFactory : Analogy.LogViewer.Template.PrimaryFactoryWinForms
9+
public class PrimaryFactory : Analogy.LogViewer.Template.PrimaryFactoryWinforms
1010
{
1111
internal static readonly Guid Id = new Guid("4B1EBC0F-64DD-44A1-BC27-79DBFC6384CC");
1212
public override Guid FactoryId { get; set; } = Id;

0 commit comments

Comments
 (0)