File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Analogy.LogViewer.Example Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 66
77namespace 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 ;
You can’t perform that action at this time.
0 commit comments