Skip to content

Commit dae0c89

Browse files
committed
Update readme, bump to release 4.0.0
1 parent 12acd0b commit dae0c89

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

MeadCo.ScriptXConfigHandler/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
// [assembly: AssemblyVersion("1.0.*")]
3232
[assembly: AssemblyVersion("4.0.0.0")]
3333
[assembly: AssemblyFileVersion("4.0.0.0")]
34-
[assembly: AssemblyInformationalVersion("4.0.0-beta02")]
34+
[assembly: AssemblyInformationalVersion("4.0.0")]
3535
[assembly: InternalsVisibleTo("MeadCo.ScriptXConfigHandler.Tests")]
3636
[assembly: InternalsVisibleTo("MeadCo.ScriptXConfigurationHandler.Explorables")]
3737

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
# MeadCo.ScriptXConfigurationHandler
3-
A library to support a custom configuration section in ASP.NET applications that use the [ScriptX Add-on for Internet Explorer][6] or [ScriptX.Print Service][7] to deliver controlled printing on client PCs. The configuration section describes the code downloads available and optional ScriptX licensing.
3+
A library to support a custom configuration section in ASP.NET applications that use the [ScriptX Add-on for Internet Explorer][6] or [ScriptX.Services][7] to deliver controlled printing on client PCs. The configuration section describes the code downloads available and optional ScriptX licensing.
44

55
The library is used by the ScriptX Helper ([MVC][1]) libraries and is also used by the [MeadCo ScriptX Samples][5] system to deliver appropriate code versions and/or javascript to user devices.
66

@@ -38,7 +38,7 @@ For the add-on, the section describes the version(s) of installer(s) available e
3838
<meadco>
3939
<scriptx>
4040
<printservice
41-
server="https://scriptx.print.meadroid.com" apiversion="1"
41+
server="https://scriptxservices.meadroid.com" apiversion="1"
4242
guid="{13598d2f-8724-467b-ae64-6e53e9e9f644}"
4343
filename="~/content/sxlic.mlf" revision="10" />
4444
</scriptx>

0 commit comments

Comments
 (0)